SG Window | Window Object |
ReleaseDC Method |
Properties Methods Events Constants Error Codes |
Releases device context previously returned from GetDC or GetWindowDC methods
object.ReleaseDC(hdc As Long)
Part | Description |
object | The object is expression that evaluates to Window object |
hdc | Required. Device context to be released. |
Call ReleaseDC method to release device context handle previously returned from GetDC or GetWindowDC methods.